* Makefile.am:
* doc/Makefile.am: Adapt to changing over to git module for python-command
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2012-11-18 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* Makefile.am:
|
||||
* doc/Makefile.am:
|
||||
Adapt to changing over to git module for python-command
|
||||
|
||||
2012-11-18 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/extern/task/gstreamer.py:
|
||||
|
||||
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.8 dist-bzip2 no-dist-gzip
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = bin etc morituri doc m4 misc
|
||||
SUBDIRS = morituri bin etc doc m4 misc
|
||||
|
||||
EXTRA_DIST = morituri.spec morituri.doap RELEASE README HACKING
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ morituri.ics: $(top_srcdir)/morituri.doap
|
||||
|
||||
man_MANS = rip.1
|
||||
|
||||
rip.1: $(top_srcdir)/morituri/extern/command/help2man.py $(top_srcdir)/morituri
|
||||
PYTHONPATH=$(top_srcdir) python $(top_srcdir)/morituri/extern/command/help2man.py morituri.rip.main.Rip rip > 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
|
||||
|
||||
clean-local:
|
||||
@rm -rf reference
|
||||
|
||||
Reference in New Issue
Block a user