Fixed "make dist"

This commit is contained in:
Pierre Pronchery 2014-11-12 22:35:18 +01:00
parent 5038beb873
commit 40f74e70f4
2 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@ dist:
$(PACKAGE)-$(VERSION)/doc/gtkdoc/C99-docs.xml \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/project.conf \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/tmpl/Makefile \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/tmpl/c99-unused.sgml \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/tmpl/c99.sgml \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/tmpl/C99-unused.sgml \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/tmpl/C99.sgml \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/tmpl/target.sgml \
$(PACKAGE)-$(VERSION)/doc/gtkdoc/tmpl/project.conf \
$(PACKAGE)-$(VERSION)/include/C99.h \

View File

@ -1 +1 @@
dist=Makefile,c99-unused.sgml,c99.sgml,target.sgml
dist=Makefile,C99-unused.sgml,C99.sgml,target.sgml