Author: wyoung
Date: Sun Mar 15 23:48:47 2015
New Revision: 2771
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2771&view=rev
Log:
Generating userman.pdf directly in ../pdf instead of dropping it here
and then copying it. Makes dist build simpler.
Modified:
trunk/doc/userman/Makefile
Modified: trunk/doc/userman/Makefile
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/Makefile?rev=2771&r1=2770&r2=2771&view=diff
==============================================================================
--- trunk/doc/userman/Makefile (original)
+++ trunk/doc/userman/Makefile Sun Mar 15 23:48:47 2015
@@ -5,7 +5,7 @@
HTML_DIR=../html/userman
BASENAME=userman
DOCFILE=$(BASENAME).dbx
-PDFFILE=$(BASENAME).pdf
+PDFFILE=../pdf/$(BASENAME).pdf
FOFILE=$(BASENAME).fo
COMMON_SS=common.xsl
FO_SS=fo.xsl
@@ -47,8 +47,8 @@
$(PDFFILE): *.dbx *.in $(FO_SS) $(COMMON_SS)
xsltproc --xinclude $(FO_SS) $(DOCFILE) > $(FOFILE)
+ mkdir -p ../pdf
./fo2pdf $(FOFILE) $(PDFFILE)
- mkdir -p ../pdf && cp $(PDFFILE) ../pdf
$(HTML_DIR)/index.html: *.dbx *.in *.mod *.txt *.xsl
@xmllint --xinclude --nonet --postvalid --noent --noout $(DOCFILE)
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits