@@ -60,7 +60,6 @@ DIST_DSC=dist/$(NAME)_$(VER)$(DEB_SUFFIX).tar.xz \
60
60
dist/$(NAME ) _$(VER )$(DEB_SUFFIX ) _source.build \
61
61
dist/$(NAME ) _$(VER )$(DEB_SUFFIX ) _source.buildinfo \
62
62
dist/$(NAME ) _$(VER )$(DEB_SUFFIX ) _source.changes
63
- MAN_PAGES =man/pinout.1 man/remote-gpio.7
64
63
65
64
66
65
# Default target
@@ -123,11 +122,6 @@ tags: $(PY_SOURCES)
123
122
$(SUBDIRS ) :
124
123
$(MAKE ) -C $@
125
124
126
- $(MAN_PAGES ) : $(DOC_SOURCES )
127
- $(PYTHON ) $(PYFLAGS ) setup.py build_sphinx -b man
128
- mkdir -p man/
129
- cp build/sphinx/man/* .[0-9] man/
130
-
131
125
$(DIST_TAR ) : $(PY_SOURCES ) $(SUBDIRS )
132
126
$(PYTHON ) $(PYFLAGS ) setup.py sdist --formats gztar
133
127
@@ -137,7 +131,7 @@ $(DIST_ZIP): $(PY_SOURCES) $(SUBDIRS)
137
131
$(DIST_WHEEL ) : $(PY_SOURCES ) $(SUBDIRS )
138
132
$(PYTHON ) $(PYFLAGS ) setup.py bdist_wheel --universal
139
133
140
- $(DIST_DEB ) : $(PY_SOURCES ) $(SUBDIRS ) $(DEB_SOURCES ) $( MAN_PAGES )
134
+ $(DIST_DEB ) : $(PY_SOURCES ) $(SUBDIRS ) $(DEB_SOURCES )
141
135
# build the binary package in the parent directory then rename it to
142
136
# project_version.orig.tar.gz
143
137
$(PYTHON ) $(PYFLAGS ) setup.py sdist --dist-dir=../
@@ -146,7 +140,7 @@ $(DIST_DEB): $(PY_SOURCES) $(SUBDIRS) $(DEB_SOURCES) $(MAN_PAGES)
146
140
mkdir -p dist/
147
141
for f in $( DIST_DEB) ; do cp ../$$ {f## */} dist/; done
148
142
149
- $(DIST_DSC ) : $(PY_SOURCES ) $(SUBDIRS ) $(DEB_SOURCES ) $( MAN_PAGES )
143
+ $(DIST_DSC ) : $(PY_SOURCES ) $(SUBDIRS ) $(DEB_SOURCES )
150
144
# build the source package in the parent directory then rename it to
151
145
# project_version.orig.tar.gz
152
146
$(PYTHON ) $(PYFLAGS ) setup.py sdist --dist-dir=../
0 commit comments