doc/automake.mk: Added a convenience rule for building all the documentation formats
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 13 Oct 2012 14:46:22 +0000 (16:46 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 13 Oct 2012 14:46:22 +0000 (16:46 +0200)
doc/automake.mk

index 6db82bfb7e72d43f21c90784b5709ea086db4966..2a06686d6530013abbbaa8234b08c538d50b8602 100644 (file)
@@ -83,3 +83,5 @@ dist_docbook_DATA = doc/pspp.xml
 EXTRA_DIST += doc/OChangeLog
 CLEANFILES += pspp-dev.dvi $(docbook_DATA)
 
+doc: $(INFO_DEPS) $(DVIS) $(PDFS) $(PSS) $(HTMLS) $(dist_docbook_DATA)
+.PHONY: doc