[docs] xmldocs - racke modified Makefile

docs at icdevgroup.org docs at icdevgroup.org
Thu Nov 4 05:08:26 EST 2004


User:      racke
Date:      2004-11-04 10:08:26 GMT
Modified:  .        Makefile
Log:
obscure tail magic breaks generation of .db files, commented out for now

Revision  Changes    Path
1.35      +4 -4      xmldocs/Makefile


rev 1.35, prev_rev 1.34
Index: Makefile
===================================================================
RCS file: /anon_cvs/repository/xmldocs/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Makefile	28 Oct 2004 10:29:14 -0000	1.34
+++ Makefile	4 Nov 2004 10:08:25 -0000	1.35
@@ -100,16 +100,16 @@
 	  --stringparam collect.xref.targets only                         \
 	  --stringparam targets.filename $@                               \
 	  docbook/html-nochunks.xsl $<
-	  tail +2 $@ > $T/tail
-	  mv $T/tail $@
+	  # tail +2 $@ > $T/tail
+	  # mv $T/tail $@
 olinkdbs-c olinks-c: $(foreach f,$(ALL_DOCS),$T/$f-c.db)
 $T/%-c.db: %.xml $T
 	$(PSR) $(PSR_FLAGS)                                               \
 	  --stringparam collect.xref.targets only                         \
 	  --stringparam targets.filename $@                               \
 	  docbook/html-chunks.xsl $<
-	  tail +2 $@ > $T/tail
-	  mv $T/tail $@
+	  # tail +2 $@ > $T/tail
+	  # mv $T/tail $@
 
 
 #############################################################








More information about the docs mailing list