Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2019-02-01 18:19:07 +01:00
parent eb8a886fd3
commit d0eb882825
2 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,7 @@ dist:
$(PACKAGE)-$(VERSION)/doc/scripts/gtkdoc.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/htmllint.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \
$(PACKAGE)-$(VERSION)/doc/scripts/markdown.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/platform.sh \

View File

@ -32,6 +32,8 @@ install: all
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 manual.css.xml $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 markdown.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/markdown.sh
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 phplint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 pkgconfig.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh
@ -56,6 +58,7 @@ uninstall:
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gtkdoc.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/htmllint.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/markdown.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/platform.sh