]> git.lyx.org Git - features.git/commitdiff
Document the automatic generation of LFUNs.lyx (51d4036d)
authorGuillaume Munch <gm@lyx.org>
Wed, 27 Jan 2016 17:39:56 +0000 (18:39 +0100)
committerGuillaume Munch <gm@lyx.org>
Wed, 27 Jan 2016 17:39:56 +0000 (18:39 +0100)
lib/doc/Development.lyx

index 170bb7c6ddcf59f7b98cb7a9685d0d9a256a72e7..2f71706bfb50c6bd0bc0ffae3c74c710f18f249b 100644 (file)
@@ -564,49 +564,39 @@ python development/tools/updatedocs.py
 \end_inset
 
 .
- Then, revert the change to 
+ Look at the resulting changes using the command 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-LFUNs.lyx
+git diff
 \end_layout
 
 \end_inset
 
- because that file is meant to be generated separately: 
+.
+ If anything looks surprising, please investigate.
+ Keep in mind that the case of 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-git checkout lib/doc/LFUNs.lyx
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-TODO: this step should be done within updatedocs.py
+LFUNs.lyx
 \end_layout
 
 \end_inset
 
-.
- Look at the resulting changes using the command 
+ is special, because it is first generated with 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-git diff
+gen_lfuns.py
 \end_layout
 
 \end_inset
 
-.
- If anything looks surprising, please investigate.
+ before being converted to the latest format.
  Finally, commit using 
 \begin_inset Flex Code
 status collapsed