diff options
Diffstat (limited to 'chapter06/file-exp.xml')
-rw-r--r-- | chapter06/file-exp.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/file-exp.xml b/chapter06/file-exp.xml deleted file mode 100644 index b2a69083c..000000000 --- a/chapter06/file-exp.xml +++ /dev/null @@ -1,11 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in</userinput>: -This command works around an error which occurs when compiling file with -automake-1.5 installed by changing the modification dates of some files to -the current date. Changing the date will cause make to think the files are -already up-to-date so they're not recreated.</para> - -</sect2> - |