diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-12 23:54:49 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-12 23:55:58 +0100 |
commit | 7e7b2d30b13c2daad59995c06392cb4b24ffa9e6 (patch) | |
tree | 1713f7bd8fe8ed34e6acaa75323b71671a4bc16a | |
parent | b7c9d26ddeb1f230c1eb4435f3893af0054cfdf7 (diff) | |
download | libguestfs-7e7b2d30b13c2daad59995c06392cb4b24ffa9e6.tar.gz libguestfs-7e7b2d30b13c2daad59995c06392cb4b24ffa9e6.tar.xz libguestfs-7e7b2d30b13c2daad59995c06392cb4b24ffa9e6.zip |
Distribute TODO file.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | libguestfs.spec.in | 2 |
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 |