Codebase list cdebconf / 95c585f
* Add 'cdebconf' extension to man pages to avoid clashing with debconf. r34534 Colin Watson 18 years ago
2 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1515 Minor typos were fixed.
1616 * BG colour of questions description and extended description in the GTK
1717 frontend is the same of the main window.
18
19 [ Colin Watson ]
20 * Add 'cdebconf' extension to man pages to avoid clashing with debconf.
1821
1922 -- Attilio Fiandrotti <fiandro@tiscali.it> Tue, 24 Jan 2006 16:17:05 +0100
2023
22 VPATH = $(srcdir)/man
33
44 CENTER=Debconf
5 MANPAGES=dpkg-preconfigure.8 dpkg-reconfigure.8 debconf.7
5 MANPAGES=dpkg-preconfigure.8cdebconf dpkg-reconfigure.8cdebconf debconf.7cdebconf
66
77 all: $(MANPAGES)
88
1515 install -d -m 755 $(DESTDIR)${mandir}/man7
1616 install -d -m 755 $(DESTDIR)${mandir}/man8
1717 @for m in $(MANPAGES); do \
18 install -m 644 $$m $(DESTDIR)${mandir}/man$${m#*.}/; \
18 section=$${m#*.}; \
19 section=$${section%cdebconf}; \
20 install -m 644 $$m $(DESTDIR)${mandir}/man$$section/; \
1921 done
2022
2123 clean: