From 0694d4c1022329e3f4f509df18b5d7530d7f8ab0 Mon Sep 17 00:00:00 2001 From: rainwater Date: Mon, 2 Sep 2002 23:50:08 +0000 Subject: [PATCH] fixed some warnings git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@879 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/script.but | 2 +- Docs/src/usage.but | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/script.but b/Docs/src/script.but index 23b96e6e..0f185ee8 100644 --- a/Docs/src/script.but +++ b/Docs/src/script.but @@ -1,4 +1,4 @@ -\C Script File Format +\C{fileformat} Script File Format A NSIS Script File (.nsi) is just a text file with a series of commands. diff --git a/Docs/src/usage.but b/Docs/src/usage.but index a28c0ddc..755d793e 100644 --- a/Docs/src/usage.but +++ b/Docs/src/usage.but @@ -1,4 +1,4 @@ -\C MakeNSIS Usage +\C{usage} MakeNSIS Usage NSIS installers are generated by using the 'MakeNSIS' program to compile a NSIS script (.NSI) into an installer executable. The syntax of the makensis command is: