[dia: 29/105] #19: Cleanup doc/Makefile.am.
- From: Zander <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia: 29/105] #19: Cleanup doc/Makefile.am.
- Date: Mon, 28 Jan 2019 19:21:46 +0000 (UTC)
commit f1749f076901aec3dd8f8c2a38b9576c8cb43bfb
Author: Eduard Nicodei <eddnicodei gmail com>
Date: Tue Dec 25 12:42:07 2018 +0000
#19: Cleanup doc/Makefile.am.
- $(distfiles) was not defined (might be a typo)?
- it seems that installation of help files is defined in xmldocs.make.
- EXTRA_DIST from Makefile.am seems to be added to examples in
doc/*/Makefile.am
doc/Makefile.am | 32 --------------------------------
1 file changed, 32 deletions(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 72e0d64c..818711ad 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,33 +1 @@
-docname = dia
-
SUBDIRS = en fr eu pl de
-
-EXTRA_DIST = \
- custom-shapes \
- diagram.dtd \
- shape.dtd \
- sheet.dtd
-
-helpdir = $(pkgdatadir)/help
-
-sysdoc = $(DESTDIR)$(docdir)
-
-
-
-# a simple rule to symlink en to C
-install-data-local: $(distfiles)
- -(cd $(DESTDIR)$(helpdir) && rm -f C && ln -s en C)
- $(mkinstalldirs) $(sysdoc)
- for i in $^; do \
- if test -f "$$i"; then \
- echo "installing $$i" ;\
- $(INSTALL_DATA) $$i $(sysdoc)/$$(basename $$i); \
- fi ; \
- done
-
-uninstall-local:
- rm -f $(DESTDIR)$(helpdir)/C
- -rmdir $(DESTDIR)$(helpdir)
- -rmdir $(sysdoc)/*
- -rmdir $(sysdoc)
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]