]> git.lyx.org Git - features.git/commitdiff
Add UpdateFlags.h to the build systems.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 22 Nov 2006 20:13:02 +0000 (20:13 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 22 Nov 2006 20:13:02 +0000 (20:13 +0000)
Add licence info to UpdateFlags.h.
Note to the author of UpdateFlags.h: Please fix the author information,
I don't know who wrote this file because not everybody used his own account.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16012 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
src/Makefile.am
src/UpdateFlags.h

index 5ede32897b27f9993c288a6f8e8f98a8821e02dd..38d8cb323c04149f6930df8ed96b83b1fc1d2a80 100644 (file)
@@ -1056,6 +1056,7 @@ src_header_files = Split('''
     Thesaurus.h
     TocBackend.h
     ToolbarBackend.h
+    UpdateFlags.h
     Variables.h
     WordLangTuple.h
     aspell_local.h
index dbe1fcee82f0a438ad4440ee249e58db32f5ef0e..f129beea975748144993dca9d1bf1ef4d412d9dc 100644 (file)
@@ -111,6 +111,7 @@ lyx_SOURCES = \
        Thesaurus.h \
        ToolbarBackend.C \
        ToolbarBackend.h \
+       UpdateFlags.h \
        WordLangTuple.h \
        author.C \
        author.h \
index d4ee356c3ffcae27ae32d39e3c3e465344a1ac0d..25bb2af740683db55375622abe3d1dad8f4a2341 100644 (file)
@@ -1,3 +1,14 @@
+// -*- C++ -*-
+/**
+ * \file UpdateFlags.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author The Denmark Cowboys
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef UPDATE_FLAGS_H
 #define UPDATE_FLAGS_H