]> git.pld-linux.org Git - packages/eggdrop.git/blame_incremental - eggdrop-doc_makefile.patch
- rediff pathes, rebuild with openssl 3.0.0, rel 2
[packages/eggdrop.git] / eggdrop-doc_makefile.patch
... / ...
CommitLineData
1--- eggdrop1.6.21/doc/Makefile.in~ 2012-03-31 04:32:33.000000000 +0300
2+++ eggdrop1.6.21/doc/Makefile.in 2012-03-31 04:32:58.536425562 +0300
3@@ -14,7 +14,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
4 DOCS = ABOUT BANS BOTNET BUG-REPORT COMPILE-GUIDE CONTENTS \
5 Changes1.8 FIRST-SCRIPT IPV6 KNOWN-PROBLEMS MODULES PARTYLINE PATCH-HOWTO \
6 TEXT-SUBSTITUTIONS TLS TRICKS USERS Versions WEIRD-MESSAGES tcl-commands.doc \
7-FAQ
8+FAQ LANGUAGE.finnish LANGUAGE.portuguese LANGUAGE.portuguese.br
9
10 MAN1 = man1/eggdrop.1
11
12@@ -50,6 +51,10 @@
13 echo "Creating 'doc/settings' subdirectory."; \
14 $(top_srcdir)/misc/mkinstalldirs $(DEST)/doc/settings >/dev/null; \
15 fi
16+ @if test ! -d $(DEST)/doc/modules; then \
17+ echo "Creating 'doc/modules' subdirectory."; \
18+ $(top_srcdir)/misc/mkinstalldirs $(DEST)/doc/modules >/dev/null; \
19+ fi
20 @echo "Copying docs."
21 @for i in $(DOCS); do \
22 $(INSTALL_DATA) $(srcdir)/$$i $(DEST)/doc/; \
23@@ -125,3 +125,4 @@ install:
24 $(INSTALL_DATA) $$i $(DEST)/doc/html/_static; \
25 done; \
26 fi
27+ @cp -pr $(srcdir)/modules/* $(DEST)/doc/modules
This page took 0.09487 seconds and 5 git commands to generate.