Skip to content

Commit

Permalink
build: fix references to documents (e.g. NEWS -> NEWS.markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstebbins committed Jun 11, 2016
1 parent 860d9f9 commit 175f485
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gtk/ghb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi

%files gui -f ghb.lang
%defattr(-,root,root,-)
%doc NEWS AUTHORS CREDITS THANKS COPYING
%doc README.markdown NEWS.markdown AUTHORS.markdown THANKS.markdown COPYING LICENSE
%{_datadir}/icons/hicolor
%{_datadir}/applications
%{_bindir}/ghb
Expand Down
10 changes: 6 additions & 4 deletions pkg/linux/debian/docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
NEWS
AUTHORS
CREDITS
THANKS
NEWS.markdown
AUTHORS.markdown
THANKS.markdown
README.markdown
COPYING
LICENSE
10 changes: 5 additions & 5 deletions pkg/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ STAGE.out.src/ = $(STAGE.out/)src/

define STAGE.doc
$(MKDIR.exe) -p $(1)doc
$(CP.exe) $(SRC/)AUTHORS $(1)doc
$(CP.exe) $(SRC/)THANKS.markdown $(1)doc
$(CP.exe) $(SRC/)README.markdown $(1)doc
$(CP.exe) $(SRC/)NEWS.markdown $(1)doc
$(CP.exe) $(SRC/)AUTHORS.markdown $(1)doc
$(CP.exe) $(SRC/)COPYING $(1)doc
$(CP.exe) $(SRC/)CREDITS $(1)doc
$(CP.exe) $(SRC/)NEWS $(1)doc
$(CP.exe) $(SRC/)THANKS $(1)doc
$(CP.exe) $(SRC/)TRANSLATIONS $(1)doc
$(CP.exe) $(SRC/)LICENSE $(1)doc
endef

###############################################################################
Expand Down

0 comments on commit 175f485

Please sign in to comment.