summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--libguestfs.spec.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4204624c..f6289e47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ EXTRA_DIST = \
guestfish.pod guestfish-actions.pod \
libguestfs.spec \
html/pod.css \
- HACKING \
+ HACKING TODO \
tests.c
# Build the root filesystem.
diff --git a/libguestfs.spec.in b/libguestfs.spec.in
index f4659bfc..92ec289c 100644
--- a/libguestfs.spec.in
+++ b/libguestfs.spec.in
@@ -191,7 +191,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
-%doc HACKING README ex html/guestfs.3.html html/pod.css
+%doc HACKING TODO README ex html/guestfs.3.html html/pod.css
%{_libdir}/libguestfs.so
%{_mandir}/man3/guestfs.3*
%{_includedir}/guestfs.h