summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b60519..355adb3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-all: fsck-larch.1
+all: # fsck-larch.1
$(MAKE) -C doc html
fsck-larch.1: fsck-larch.1.in fsck-larch
diff --git a/debian/changelog b/debian/changelog
index e7378a5..c2b310f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-larch (0.21-1) unstable; urgency=low
* New upstream release.
* Change package to be non-native.
* Add build-dependency on python-cliapp.
+ * fsck-larch manpage build disabled, until ttystatus is in Debian.
-- Lars Wirzenius <liw@liw.fi> Tue, 02 Aug 2011 20:00:24 +0100