diff --git a/Makefile.am b/Makefile.am index 595ee4d9..1c29427c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,3 +28,7 @@ m4/ltversion.m4 EXTRA_DIST = README AUTHORS COPYING autogen.sh terminology.spec pkgbuild/PKGBUILD +.PHONY: doc + +doc: + @echo "Empty doc target until we have real documentation."