[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r11275 - /packages/trunk/doc-debian/doc/Makefile



Author: joostvb
Date: Sun Aug 21 11:06:45 2016
New Revision: 11275

URL: http://svn.debian.org/wsvn/?sc=1&rev=11275
Log:
update build system to accomodate 1.5, 1.6 and 1.7 of constitution:

Version 1.7 ratified on August 14th, 2016 (current)
Version 1.6 ratified on December 13th, 2015,
Version 1.5 ratified on January 9th, 2015,

See also Bug#834977, thanks Laura Arjona Reina


Modified:
    packages/trunk/doc-debian/doc/Makefile

Modified: packages/trunk/doc-debian/doc/Makefile
URL: http://svn.debian.org/wsvn/packages/trunk/doc-debian/doc/Makefile?rev=11275&op=diff
==============================================================================
--- packages/trunk/doc-debian/doc/Makefile	(original)
+++ packages/trunk/doc-debian/doc/Makefile	Sun Aug 21 11:06:45 2016
@@ -12,8 +12,8 @@
 bug-log-mailserver.wml      bug-reporting.wml         \
 bug-mailserver-refcard.wml  constitution.wml          social-contract.wml    \
 bug-maint-info.wml          constitution.1.1.wml      social-contract.1.0.wml \
-constitution.1.2.wml        social-contract.wml 	  constitution.1.3.wml \
-constitution.1.4.wml
+constitution.1.2.wml        constitution.1.3.wml \
+constitution.1.4.wml        constitution.1.5.wml      constitution.1.6.wml
 
 # These are the automatic files we can generate:
 TXTFILES = $(subst .wml,.txt,$(WMLFILES))
@@ -64,6 +64,12 @@
 	cat $<  |grep -v ^# >$@
 constitution.wml: $(WEBWML)/devel/constitution.wml
 	cat $<  | perl -pe 's/<toc-add-entry /<h2><toc-add-entry /; s/toc-add-entry>/toc-add-entry><\/h2>/' | grep -v ^# >$@
+constitution.1.6.wml: $(WEBWML)/devel/constitution.1.6.wml
+	cat $<  |grep -v ^# >$@
+constitution.1.5.wml: $(WEBWML)/devel/constitution.1.5.wml
+	cat $<  |grep -v ^# >$@
+constitution.1.4.wml: $(WEBWML)/devel/constitution.1.4.wml
+	cat $<  |grep -v ^# >$@
 constitution.1.3.wml: $(WEBWML)/devel/constitution.1.3.wml
 	cat $<  |grep -v ^# >$@
 constitution.1.2.wml: $(WEBWML)/devel/constitution.1.2.wml


Reply to: