-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from Freso/fix-morituri-references
Fix references to morituri.
- Loading branch information
Showing
117 changed files
with
1,247 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
morituri.ics | ||
morituri.rss2 | ||
whipper.ics | ||
whipper.rss2 | ||
reference | ||
rip.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
EXTRA_DIST = morituri.rss2 morituri.ics $(man_MANS) | ||
EXTRA_DIST = whipper.rss2 whipper.ics $(man_MANS) | ||
DISTCLEANFILES = $(man_MANS) | ||
|
||
all-local: feeds reference | ||
|
||
if HAVE_EPYDOC | ||
reference: $(top_srcdir)/morituri/*.py feeds | ||
epydoc -o reference $(top_srcdir)/morituri | ||
reference: $(top_srcdir)/whipper/*.py feeds | ||
epydoc -o reference $(top_srcdir)/whipper | ||
else | ||
reference: | ||
@true | ||
endif | ||
|
||
# generate feeds | ||
feeds: morituri.rss2 morituri.ics | ||
feeds: whipper.rss2 whipper.ics | ||
|
||
# don't fail fatally if user does not have RDF | ||
morituri.rss2: $(top_srcdir)/morituri.doap | ||
-moap doap -f $(top_srcdir)/morituri.doap rss > morituri.rss2 | ||
whipper.rss2: $(top_srcdir)/whipper.doap | ||
-moap doap -f $(top_srcdir)/whipper.doap rss > whipper.rss2 | ||
|
||
morituri.ics: $(top_srcdir)/morituri.doap | ||
-moap doap -f $(top_srcdir)/morituri.doap ical > morituri.ics | ||
whipper.ics: $(top_srcdir)/whipper.doap | ||
-moap doap -f $(top_srcdir)/whipper.doap ical > whipper.ics | ||
|
||
man_MANS = rip.1 | ||
|
||
rip.1: $(top_srcdir)/morituri/extern/python-command/scripts/help2man $(top_srcdir)/morituri | ||
PYTHONPATH=$(top_srcdir) $(PYTHON) $(top_srcdir)/morituri/extern/python-command/scripts/help2man morituri.rip.main.Rip rip > rip.1 | ||
rip.1: $(top_srcdir)/whipper/extern/python-command/scripts/help2man $(top_srcdir)/whipper | ||
PYTHONPATH=$(top_srcdir) $(PYTHON) $(top_srcdir)/whipper/extern/python-command/scripts/help2man whipper.rip.main.Rip rip > rip.1 | ||
|
||
clean-local: | ||
@rm -rf reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
# -*- Mode: Python; test-case-name: morituri.test.test_header -*- | ||
# -*- Mode: Python; test-case-name: whipper.test.test_header -*- | ||
# vi:si:et:sw=4:sts=4:ts=4 | ||
|
||
# Morituri - for those about to RIP | ||
|
||
# Copyright (C) 2009 Thomas Vander Stichele | ||
|
||
# This file is part of morituri. | ||
# This file is part of whipper. | ||
# | ||
# morituri is free software: you can redistribute it and/or modify | ||
# whipper is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# morituri is distributed in the hope that it will be useful, | ||
# whipper is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with morituri. If not, see <http://www.gnu.org/licenses/>. | ||
# along with whipper. If not, see <http://www.gnu.org/licenses/>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.